3.6.47 \(\int \frac {(e+f x)^n}{x^2 (a+b x+c x^2)} \, dx\) [547]

Optimal. Leaf size=296 \[ -\frac {c \left (b+\frac {b^2-2 a c}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;\frac {2 c (e+f x)}{2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f}\right )}{a^2 \left (2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f\right ) (1+n)}-\frac {c \left (b-\frac {b^2-2 a c}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;\frac {2 c (e+f x)}{2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f}\right )}{a^2 \left (2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f\right ) (1+n)}+\frac {b (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {f x}{e}\right )}{a^2 e (1+n)}+\frac {f (e+f x)^{1+n} \, _2F_1\left (2,1+n;2+n;1+\frac {f x}{e}\right )}{a e^2 (1+n)} \]

[Out]

b*(f*x+e)^(1+n)*hypergeom([1, 1+n],[2+n],1+f*x/e)/a^2/e/(1+n)+f*(f*x+e)^(1+n)*hypergeom([2, 1+n],[2+n],1+f*x/e
)/a/e^2/(1+n)-c*(f*x+e)^(1+n)*hypergeom([1, 1+n],[2+n],2*c*(f*x+e)/(2*c*e-f*(b-(-4*a*c+b^2)^(1/2))))*(b+(-2*a*
c+b^2)/(-4*a*c+b^2)^(1/2))/a^2/(1+n)/(2*c*e-f*(b-(-4*a*c+b^2)^(1/2)))-c*(f*x+e)^(1+n)*hypergeom([1, 1+n],[2+n]
,2*c*(f*x+e)/(2*c*e-f*(b+(-4*a*c+b^2)^(1/2))))*(b+(2*a*c-b^2)/(-4*a*c+b^2)^(1/2))/a^2/(1+n)/(2*c*e-f*(b+(-4*a*
c+b^2)^(1/2)))

________________________________________________________________________________________

Rubi [A]
time = 0.31, antiderivative size = 296, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 4, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.174, Rules used = {974, 67, 844, 70} \begin {gather*} -\frac {c \left (\frac {b^2-2 a c}{\sqrt {b^2-4 a c}}+b\right ) (e+f x)^{n+1} \, _2F_1\left (1,n+1;n+2;\frac {2 c (e+f x)}{2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f}\right )}{a^2 (n+1) \left (2 c e-f \left (b-\sqrt {b^2-4 a c}\right )\right )}-\frac {c \left (b-\frac {b^2-2 a c}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{n+1} \, _2F_1\left (1,n+1;n+2;\frac {2 c (e+f x)}{2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f}\right )}{a^2 (n+1) \left (2 c e-f \left (\sqrt {b^2-4 a c}+b\right )\right )}+\frac {b (e+f x)^{n+1} \, _2F_1\left (1,n+1;n+2;\frac {f x}{e}+1\right )}{a^2 e (n+1)}+\frac {f (e+f x)^{n+1} \, _2F_1\left (2,n+1;n+2;\frac {f x}{e}+1\right )}{a e^2 (n+1)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(e + f*x)^n/(x^2*(a + b*x + c*x^2)),x]

[Out]

-((c*(b + (b^2 - 2*a*c)/Sqrt[b^2 - 4*a*c])*(e + f*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, (2*c*(e + f*x)
)/(2*c*e - (b - Sqrt[b^2 - 4*a*c])*f)])/(a^2*(2*c*e - (b - Sqrt[b^2 - 4*a*c])*f)*(1 + n))) - (c*(b - (b^2 - 2*
a*c)/Sqrt[b^2 - 4*a*c])*(e + f*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, (2*c*(e + f*x))/(2*c*e - (b + Sqr
t[b^2 - 4*a*c])*f)])/(a^2*(2*c*e - (b + Sqrt[b^2 - 4*a*c])*f)*(1 + n)) + (b*(e + f*x)^(1 + n)*Hypergeometric2F
1[1, 1 + n, 2 + n, 1 + (f*x)/e])/(a^2*e*(1 + n)) + (f*(e + f*x)^(1 + n)*Hypergeometric2F1[2, 1 + n, 2 + n, 1 +
 (f*x)/e])/(a*e^2*(1 + n))

Rule 67

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)/(d*(n + 1)*(-d/(b*c))^m))
*Hypergeometric2F1[-m, n + 1, n + 2, 1 + d*(x/c)], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Intege
rQ[m] || GtQ[-d/(b*c), 0])

Rule 70

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(b*c - a*d)^n*((a + b*x)^(m + 1)/(b^(
n + 1)*(m + 1)))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m
}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] && IntegerQ[n]

Rule 844

Int[(((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_)))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Int[Exp
andIntegrand[(d + e*x)^m, (f + g*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[b^2 -
4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] &&  !RationalQ[m]

Rule 974

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))^(n_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :
> Int[ExpandIntegrand[(d + e*x)^m*(f + g*x)^n*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] &
& NeQ[e*f - d*g, 0] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && (IntegerQ[p] || (ILtQ[m, 0] &&
ILtQ[n, 0])) &&  !(IGtQ[m, 0] || IGtQ[n, 0])

Rubi steps

\begin {align*} \int \frac {(e+f x)^n}{x^2 \left (a+b x+c x^2\right )} \, dx &=\int \left (\frac {(e+f x)^n}{a x^2}-\frac {b (e+f x)^n}{a^2 x}+\frac {\left (b^2-a c+b c x\right ) (e+f x)^n}{a^2 \left (a+b x+c x^2\right )}\right ) \, dx\\ &=\frac {\int \frac {\left (b^2-a c+b c x\right ) (e+f x)^n}{a+b x+c x^2} \, dx}{a^2}+\frac {\int \frac {(e+f x)^n}{x^2} \, dx}{a}-\frac {b \int \frac {(e+f x)^n}{x} \, dx}{a^2}\\ &=\frac {b (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {f x}{e}\right )}{a^2 e (1+n)}+\frac {f (e+f x)^{1+n} \, _2F_1\left (2,1+n;2+n;1+\frac {f x}{e}\right )}{a e^2 (1+n)}+\frac {\int \left (\frac {\left (b c+\frac {c \left (b^2-2 a c\right )}{\sqrt {b^2-4 a c}}\right ) (e+f x)^n}{b-\sqrt {b^2-4 a c}+2 c x}+\frac {\left (b c-\frac {c \left (b^2-2 a c\right )}{\sqrt {b^2-4 a c}}\right ) (e+f x)^n}{b+\sqrt {b^2-4 a c}+2 c x}\right ) \, dx}{a^2}\\ &=\frac {b (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {f x}{e}\right )}{a^2 e (1+n)}+\frac {f (e+f x)^{1+n} \, _2F_1\left (2,1+n;2+n;1+\frac {f x}{e}\right )}{a e^2 (1+n)}+\frac {\left (c \left (b-\frac {b^2-2 a c}{\sqrt {b^2-4 a c}}\right )\right ) \int \frac {(e+f x)^n}{b+\sqrt {b^2-4 a c}+2 c x} \, dx}{a^2}+\frac {\left (c \left (b+\frac {b^2-2 a c}{\sqrt {b^2-4 a c}}\right )\right ) \int \frac {(e+f x)^n}{b-\sqrt {b^2-4 a c}+2 c x} \, dx}{a^2}\\ &=-\frac {c \left (b+\frac {b^2-2 a c}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;\frac {2 c (e+f x)}{2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f}\right )}{a^2 \left (2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f\right ) (1+n)}-\frac {c \left (b-\frac {b^2-2 a c}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;\frac {2 c (e+f x)}{2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f}\right )}{a^2 \left (2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f\right ) (1+n)}+\frac {b (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {f x}{e}\right )}{a^2 e (1+n)}+\frac {f (e+f x)^{1+n} \, _2F_1\left (2,1+n;2+n;1+\frac {f x}{e}\right )}{a e^2 (1+n)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.39, size = 431, normalized size = 1.46 \begin {gather*} \frac {\left (1+\frac {e}{f x}\right )^{-n} (e+f x)^n \left (\frac {2 a \, _2F_1\left (1-n,-n;2-n;-\frac {e}{f x}\right )}{(-1+n) x}-\frac {2 b \, _2F_1\left (-n,-n;1-n;-\frac {e}{f x}\right )}{n}+\frac {2^{-n} \left (b^2 f-2 a c f+b \sqrt {\left (b^2-4 a c\right ) f^2}\right ) \left (1+\frac {e}{f x}\right )^n \left (\frac {c (e+f x)}{b f-\sqrt {\left (b^2-4 a c\right ) f^2}+2 c f x}\right )^{-n} \, _2F_1\left (-n,-n;1-n;\frac {2 c e-b f+\sqrt {\left (b^2-4 a c\right ) f^2}}{-b f+\sqrt {\left (b^2-4 a c\right ) f^2}-2 c f x}\right )}{\sqrt {\left (b^2-4 a c\right ) f^2} n}+\frac {2^{-n} \left (-b^2 f+2 a c f+b \sqrt {\left (b^2-4 a c\right ) f^2}\right ) \left (1+\frac {e}{f x}\right )^n \left (\frac {c (e+f x)}{b f+\sqrt {\left (b^2-4 a c\right ) f^2}+2 c f x}\right )^{-n} \, _2F_1\left (-n,-n;1-n;\frac {-2 c e+b f+\sqrt {\left (b^2-4 a c\right ) f^2}}{b f+\sqrt {\left (b^2-4 a c\right ) f^2}+2 c f x}\right )}{\sqrt {\left (b^2-4 a c\right ) f^2} n}\right )}{2 a^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(e + f*x)^n/(x^2*(a + b*x + c*x^2)),x]

[Out]

((e + f*x)^n*((2*a*Hypergeometric2F1[1 - n, -n, 2 - n, -(e/(f*x))])/((-1 + n)*x) - (2*b*Hypergeometric2F1[-n,
-n, 1 - n, -(e/(f*x))])/n + ((b^2*f - 2*a*c*f + b*Sqrt[(b^2 - 4*a*c)*f^2])*(1 + e/(f*x))^n*Hypergeometric2F1[-
n, -n, 1 - n, (2*c*e - b*f + Sqrt[(b^2 - 4*a*c)*f^2])/(-(b*f) + Sqrt[(b^2 - 4*a*c)*f^2] - 2*c*f*x)])/(2^n*Sqrt
[(b^2 - 4*a*c)*f^2]*n*((c*(e + f*x))/(b*f - Sqrt[(b^2 - 4*a*c)*f^2] + 2*c*f*x))^n) + ((-(b^2*f) + 2*a*c*f + b*
Sqrt[(b^2 - 4*a*c)*f^2])*(1 + e/(f*x))^n*Hypergeometric2F1[-n, -n, 1 - n, (-2*c*e + b*f + Sqrt[(b^2 - 4*a*c)*f
^2])/(b*f + Sqrt[(b^2 - 4*a*c)*f^2] + 2*c*f*x)])/(2^n*Sqrt[(b^2 - 4*a*c)*f^2]*n*((c*(e + f*x))/(b*f + Sqrt[(b^
2 - 4*a*c)*f^2] + 2*c*f*x))^n)))/(2*a^2*(1 + e/(f*x))^n)

________________________________________________________________________________________

Maple [F]
time = 0.06, size = 0, normalized size = 0.00 \[\int \frac {\left (f x +e \right )^{n}}{x^{2} \left (c \,x^{2}+b x +a \right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f*x+e)^n/x^2/(c*x^2+b*x+a),x)

[Out]

int((f*x+e)^n/x^2/(c*x^2+b*x+a),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)^n/x^2/(c*x^2+b*x+a),x, algorithm="maxima")

[Out]

integrate((f*x + e)^n/((c*x^2 + b*x + a)*x^2), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)^n/x^2/(c*x^2+b*x+a),x, algorithm="fricas")

[Out]

integral((f*x + e)^n/(c*x^4 + b*x^3 + a*x^2), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)**n/x**2/(c*x**2+b*x+a),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)^n/x^2/(c*x^2+b*x+a),x, algorithm="giac")

[Out]

integrate((f*x + e)^n/((c*x^2 + b*x + a)*x^2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {{\left (e+f\,x\right )}^n}{x^2\,\left (c\,x^2+b\,x+a\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e + f*x)^n/(x^2*(a + b*x + c*x^2)),x)

[Out]

int((e + f*x)^n/(x^2*(a + b*x + c*x^2)), x)

________________________________________________________________________________________